[index]

IsPlaying Property

Syntax

the isPlaying of <object>
Applies to movies, paths, sounds

Description

IsPlaying is a read-only property that indicates whether or not a sound, path, or movie is currently playing. If a sound, path, or movie is playing, isPlaying returns true. IsPlaying will return false if a sound, path, or movie is paused, stopped, or if the playback is finished.

Examples

on mouseUp if the isPlaying of mov 1 then set the units of mov 1 to seconds seek mov 1 to 20 end if
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.